<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (max-width: 768px){

   .webBox{
    width: 100%;
    margin:0;
   }
   /*ç€µè‰°åŸ…*/
   .navText{
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background:#4078cb;
      z-index: 11111111;
   }
   .menuDete{
       display:none;
   }
   .navTextul {
       width: 100%;
       margin-top: 40px;
  }
  .navTextul .navTextli {
       width: 100%;
       line-height: 35px;
       padding-left: 5%;
  }
  .navTextli a{
       display:inline-block;
       width: 80%;
  }
  .twoNav{
    position: relative;
    width: 100%;
    display:none;
    z-index: 1000;
    padding: 5px 0;
    margin: -2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: transparent;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .0);
    box-shadow: 0 0 0 rgba(0, 0, 0, .0);
  }
  .twoNav &gt; li &gt; a {
    display: block;
    padding: 5px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #fff;
    white-space: nowrap;
    font-size: 16px;
}
   .navBox{
    min-width: 0;
   }
   .menuImg{
    display:inline-block;
   }


   .web_countUl{
        width: 100%;
   }
   .web_countUl li b {
        font-size: 23px;
    }

  .web_ticketUl li {
      width: 47%;
      margin-left: 2%;
      margin-bottom: 10px;
  }
  .web_ticket{
    padding:5px 0;
  }
  /*é–°æŽ‘ç°µæ·‡â„ƒä¼…*/
  .web_hotelL {
      width: 100%;
      padding: 0 3%;
  }
  .web_hotelR {
      width:100%;
      padding: 0 3%;
  }
  .web_hotelL img {
      width: 70%;
      margin-left: 15%;
  }
  /*éƒãƒ§â–¼æ·‡â„ƒä¼…*/
  .web_dateHall{
    overflow-y: auto;
  }
  /*é¢å¤Šî†•æ·‡â„ƒä¼…*/
  .web_guestLeft{
    width: 100%;
    height: auto!important;
    padding: 15px 3%;
  }
  .web_guestRight{
    width: 100%;
  }
  .web_guestLeft img {
    width: 60%;
    margin-left: 20%;
}
/*éŽ¸å¤æŒ³*/
.web_regiBtn,.web_loginBtn,.web_btn{
  width: 80%;
  /*margin-left:10%;*/
}
/*é¦æ¿æµ˜*/
.web_map{
  padding:5px;
}
/* .web_frame{
  padding:5px!important;
} */
/* .web_frame .web_frameUl{
  width: 100%!important;
}
 */
.webFact .web_frameUl{
  width: 100%!important;
}

/******************20200806è¡¨å•*******************/
.province, .city {
    width: 150px;
    height: 24px;
    border-radius: 5px;
    background: #fff;
}

}
</pre></body></html>